home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000296_fdc@columbia.edu_Thu Feb 13 15:22:11 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1. Article: 14093 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Is Kermit SSH the same as openssh?
  6. Date: 13 Feb 2003 15:00:03 -0500
  7. Organization: Columbia University
  8. Lines: 28
  9. Message-ID: <b2gtg3$k2f$1@watsol.cc.columbia.edu>
  10. References: <d634efd8.0302121631.375931d8@posting.google.com> <3E4B3873.7050809@nyc.rr.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1045166405 27120 128.59.39.139 (13 Feb 2003 20:00:05 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Feb 2003 20:00:05 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14093
  16.  
  17. In article <3E4B3873.7050809@nyc.rr.com>,
  18. Jeffrey Altman [Road Runner NYC] <jaltman2@nyc.rr.com> wrote:
  19. : gsoapacct@yahoo.com wrote:
  20. : > I am having to decide which is better, openssh or Kermit, for sshd on
  21. : > a Solaris system.  Is there even any differences?  What do you think?
  22. : Kermit does not provide SSHD capabilities.
  23. If the question is really, "how should I provide secure remote shell access 
  24. to my computer over the Internet?", there are numerous answers, including
  25. sshd as well as any of various Telnet and/or Rlogin servers secured by
  26. Kerberos, SSL/TLS, or SRP:
  27.  
  28.   http://www.columbia.edu/kermit/security.html
  29.  
  30. Kermit, when installed as an Internet Kermit Service (IKS):
  31.  
  32.   http://www.columbia.edu/kermit/iksd.html
  33.  
  34. also has various security options, but clients get only the Kermit prompt,
  35. not a shell, but of course that's just the ticket for certain applications.
  36.  
  37. As Jeff noted, Kermit is not an SSH *server* but Kermit 95 on Windows is
  38. an SSH client:
  39.  
  40.   http://www.columbia.edu/kermit/k95.html
  41.  
  42. - Frank
  43.